GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetParagraphJustification Method





In This Topic
GetParagraphJustification Method (IGdPictureOCR)
In This Topic
Syntax
'Declaration
 
<DispIdAttribute(50)>
Function GetParagraphJustification( _
   ByVal OCRResultID As String, _
   ByVal ParagraphIdx As Integer _
) As OCRParagraphJustification
[DispId(50)]
OCRParagraphJustification GetParagraphJustification( 
   string OCRResultID,
   int ParagraphIdx
)
function GetParagraphJustification( 
    OCRResultID: String;
    ParagraphIdx: Integer
): OCRParagraphJustification; 
DispIdAttribute(50)
function GetParagraphJustification( 
   OCRResultID : String,
   ParagraphIdx : int
) : OCRParagraphJustification;
[DispId(50)]
OCRParagraphJustification GetParagraphJustification( 
   string* OCRResultID,
   int ParagraphIdx
) 
[DispId(50)]
OCRParagraphJustification GetParagraphJustification( 
   String^ OCRResultID,
   int ParagraphIdx
) 

Parameters

OCRResultID
ParagraphIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members